home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / Implementation / Messaging / SEPriv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-13  |  1000 b   |  44 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        SEPriv.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Owned by:    Nick Pilch
  7.  
  8.     Copyright:    © 1994 - 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>     9/23/96    JP        1384958: Moved routines to SEUtils.h
  13.          <6>     9/11/95    NP        1272294: Messaging code cleanup.
  14.          <5>     6/19/95    eeh        1246443: add PartFrameFromStandardPartToken
  15.                                     etc.
  16.          <4>     5/21/95    NP        1248898: GetUserToken, ODDescToAEDesc, etc.
  17.                                     recipe change. Add SetUserODToken for
  18.                                     setting user ODDesc in an OSLToken.
  19.          <3>     4/25/95    NP        1186795, 1237220, 1240571: Fixed whose
  20.                                     clauses by allowing swapping in count proc.
  21.          <2>     4/25/95    JP        1237938: Move kODStandardPartTokenType to
  22.                                     ODRgstry.xh
  23.          <1>     4/14/95    NP        first checked in
  24.  
  25.     To Do:
  26. */
  27.  
  28. #ifndef _SEPRIV_
  29. #define _SEPRIV_
  30.  
  31. #ifndef _CNTXTOSL_
  32. #include "CntxtOSL.h"
  33. #endif
  34.  
  35. #ifndef SOM_ODDesc_xh
  36. #include "ODDesc.xh"
  37. #endif
  38.  
  39.  
  40. void SetUserODToken(OSLToken* oslToken, ODDesc* odDesc);
  41.  
  42.  
  43.  
  44. #endif /* _SEPRIV_ */